home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / GraphicViewers / TIFFframes / README
Text File  |  1993-04-12  |  1KB  |  23 lines

  1. TIFFframes is a very simple NeXTStep utility useful for creating
  2. 24-bit TIFF images from 3 separate 8-bit files, which store
  3. the red, green, and blue components separately with no header
  4. information.  If you have an animation sequence of such bitmaps,
  5. just add a frame number extension to each file.  For example,
  6. redfile.1, greenfile.1, bluefile.1, redfile.2, greenfile.2, etc.
  7. The program will then produce myMovie.1.tiff, myMovie.2.tiff, etc., 
  8. and if you store these in a directory called myMovie.anim, then
  9. you can just double-click to view it in Patrick Flynn's Movie app.
  10. TIFFframes can also be useful if you have an image format
  11. not currently handled by Lennart Lovstrand's free "ImageViewer"
  12. or a commercial app such as PixelMagician.  As an alternative to
  13. figuring out how to read the image header structure, just use 
  14. the unix utility 'dd' to strip the raw bitmaps out of the file,
  15. and then use RGBtoTIFF.  [Do 'man dd' to find out how, and see 
  16. the help panel in RGBtoTIFF.]  I'm including the source here, in
  17. case you want to change the defaults, or find out how to do 
  18. histogram equalization, or how to tell an NXImage to "writeTIFF".  ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  19. Robert F. Cahalan              #  Laboratory for Atmospheres
  20. cahalan@clouds.gsfc.nasa.gov   #  NASA-Goddard Space Flight Center
  21.  *** NeXTMail accepted ***     #  Greenbelt, MD 20771
  22. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  23.